<xs:complexType name="DocumentReference" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">
<dl>
<dt>Referenz auf einen anderen Beleg oder Vorgang</dt>
<dt>Wie überträgt man z.B. ExcalibuR Kennungen?</dt>
<dt>DocRefNumber = GeoID oder ConfigID</dt>
<dt>DocDate = Datum der Übernahme aus XCR</dt>
</dl>
</xs:documentation>
<xs:documentation xml:lang="en">
<dl>
<dt>Reference to another document or process</dt>
<dt>How to transfer for example ExcalibuR Idents?</dt>
<dt>DocRefNumber = GeoID or ConfigID</dt>
<dt>DocDate = Date of transfer from XCR</dt>
</dl>
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DocRefNumber" type="DocumentNumber" />
<xs:element name="DocDate" type="EDIDate" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|